toggle menu
JxBrowser
8.1.0
jvm
switch theme
search in API
JxBrowser
/
com.teamdev.jxbrowser.net.tls
/
[jvm]SslPrivateKey
Ssl
Private
Key
interface
SslPrivateKey
An SSL private key.
Members
Functions
der
Encoded
Value
Link copied to clipboard
open
fun
derEncodedValue
(
)
:
Array
<
Byte
>
Returns an array of bytes that represents the DER-encoded representation of the SSL private key.
of
Link copied to clipboard
open
fun
of
(
derEncoded
:
Array
<
Byte
>
)
:
SslPrivateKey
Creates an
SslPrivateKey
instance for the given bytes.